module Base
{

    /************************Normal************************/

    item GardenSaw
    {
        Weight	=	0.7,
        Type	=	Normal,
        DisplayName	=	Garden Saw,
        Icon	=	Handsaw,
        MetalValue = 35,
        StaticModel = GardenSaw,
        SurvivalGear = TRUE,
        Tags = Saw,
	AttachmentType = Saw,
        WorldStaticModel = GardenSawGround,
    }

	item Saw
	{
		Weight	=	0.7,
		Type	=	Normal,
		DisplayName	=	Saw,
		Icon	=	Hacksaw,
		MetalValue = 35,
		StaticModel = Hacksaw,
		SurvivalGear = TRUE,
		Tags = Saw,
       		AttachmentType = Saw,
        	WorldStaticModel = HacksawGround,
	}

	item TinOpener
	{
		Weight	=	0.6,
		Type	=	Normal,
		DisplayName	=	Can Opener,
		Icon	=	CanOpener,
		MetalValue = 3,
		StaticModel = CanOpener,
		Tags = CanOpener,
		AttachmentType = Screwdriver,
		WorldStaticModel = CanOpenerGround,
	}


/************************Drainable************************/

	item Torch
	{
		LightDistance	=	25,
		Weight	=	1,
		DisappearOnUse	=	FALSE,
		Type	=	Drainable,
		TorchCone	=	TRUE,
		UseDelta	=	0.0009,
		LightStrength	=	2,
		TorchDot = 0.66,
		DisplayName	=	Flashlight,
		ActivatedItem	=	TRUE,
		Icon	=	Flashlight,
		MetalValue = 10,
		cantBeConsolided = TRUE,
		StaticModel = FlashLight,
		primaryAnimMask = HoldingTorchRight,
        secondaryAnimMask = HoldingTorchLeft,
		AttachmentType = MeatCleaver,
		WorldStaticModel = FlashLightGround,
	}
}
